Tree Javascript

Description

Set the Javascript to be run when a specified event on a [Tree] control is fired. Tree controls can be added to a component by clicking on the [Tree] option in the 'Data Controls' menu on the UX Controls page.

Name
Description
onBeforeNodeExpand

Fires before a node on a tree control expands.

onBlur

Fires when the tree control loses focus.

onFocus

Fires when the tree control gets focus.

onNodeClick

Fires when the user clicks on a node in the tree control.

onNodeCollapse

Fires when a node on a tree control is collapsed.

onNodeDraw

Fires when a node on a tree is drawn.

onNodeExpand

Fires when the user expands a node on the tree control.

onNodeSelect

Fires when the user selects a node on the tree.

onRightClick

Fires when the user right clicks anywhere on the tree.